Fix typos in gtk_tree_view_set_reorderable docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 03:52:36 +0000 (23:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 03:52:36 +0000 (23:52 -0400)
As pointed out in bug 530253.

gtk/gtktreeview.c

index 9f7a1a5c1473d5db9eeb09927023efe678eb31c4..8eaeee8d247068cd95b7cfd85156f7b37c8fd737 100644 (file)
@@ -13044,8 +13044,8 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
  * @reorderable: %TRUE, if the tree can be reordered.
  *
  * This function is a convenience function to allow you to reorder
- * models that support the #GtkDragSourceIface and the
- * #GtkDragDestIface.  Both #GtkTreeStore and #GtkListStore support
+ * models that support the #GtkTreeDragSourceIface and the
+ * #GtkTreeDragDestIface.  Both #GtkTreeStore and #GtkListStore support
  * these.  If @reorderable is %TRUE, then the user can reorder the
  * model by dragging and dropping rows. The developer can listen to
  * these changes by connecting to the model's row_inserted and